home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / xmsif15.zip / OTHER.PGM < prev    next >
Text File  |  1993-05-16  |  5KB  |  116 lines

  1.               PROGRAMS AND LIBRARIES BY JAMES W. BIRDSALL
  2.                                 05/16/93
  3.  
  4. EMSIF 2.31
  5.         EMSIF provides a high-level interface to LIM EMS control
  6.         functions for common operations such as allocating, mapping, and
  7.         freeing EMS, and copying data to and from EMS. The interface has
  8.         been made independent of the EMS version implemented by the
  9.         driver as far as possible, so that parameters and returned data
  10.         are always in the same format, but the EMS call most appropriate
  11.         to the EMS version implemented by the driver is used.
  12.  
  13.         EMSIF supports the Lotus-Intel-Microsoft (LIM) Expanded Memory
  14.         Specification (EMS) versions 3.0, 3.2, and 4.0; tiny, small,
  15.         medium, compact, large, and huge memory models; any version of
  16.         Turbo C, Turbo C++, or Borland C++, in both C and C++ modes, and
  17.         Microsoft C 6.00 and above. EMSIF has been tested with Borland
  18.         C++ 2.0, Turbo C 2.0, and Microsoft C 6.00A in all of the
  19.         supported memory models. EMSIF should work with earlier versions
  20.         of Microsoft C and any other MS-DOS C compiler that 1) uses
  21.         compatible parameter passing and return methods and 2) can use
  22.         standard-format libraries.
  23.  
  24.         Shareware. Free for private use; you must register only if you
  25.         wish to distribute programs using EMSIF.
  26.  
  27.  
  28.  
  29. XMSIF 1.5
  30.         XMSIF provides a high-level interface to XMS control functions
  31.         for common operations such as allocating and freeing XMS
  32.         extended memory blocks (EMBs) and upper memory blocks (UMBs),
  33.         and copying data to and from EMBs. A raw interface to the driver
  34.         has been included to allow more convenient access to driver
  35.         functions not otherwise supported.
  36.  
  37.         XMSIF supports the Microsoft eXtended Memory Specification (XMS)
  38.         version 2.0 and higher; tiny, small, medium, compact, large, and
  39.         huge memory models; any version of Turbo C, Turbo C++, or
  40.         Borland C++, in both C and C++ modes, Microsoft C 6.00/A and
  41.         Microsoft C/C++ 7.0. XMSIF has been tested with Borland C++ 2.0,
  42.         Turbo C 2.0, Microsoft C 6.00A, and Microsoft C/C++ 7.0, in all
  43.         of the supported memory models. XMSIF should work with earlier
  44.         versions of Microsoft C and any other MS-DOS C compiler that 1)
  45.         uses compatible parameter passing and return methods and 2) can
  46.         use standard-format libraries.
  47.  
  48.         Shareware. Free for private use; you must register only if you
  49.         wish to distribute programs using XMSIF.
  50.  
  51.  
  52.  
  53. TRACKMEM 1.0
  54.         TRACKMEM is a program which helps you find out how much memory
  55.         other programs use. It always tracks conventional DOS memory
  56.         usage, and it detects the presence of expanded (EMS) and/or
  57.         extended (XMS only) memory in the system and sets itself up to
  58.         track usage of whichever types are present. TRACKMEM can also
  59.         provide a continuous display of memory usage on a secondary
  60.         monitor.
  61.  
  62.         TRACKMEM requires DOS version 3.0 or better, and uses only about
  63.         2.5K of conventional memory (no EMS or XMS required).
  64.  
  65.         Shareware.
  66.  
  67.  
  68.  
  69. THE CHIARO SUITE 1.0
  70.         The Chiaro Suite is a group of image analysis programs
  71.         supporting GIF, IMG, JFIF, PCX, PBM/PGM/PPM, SunRaster, Targa,
  72.         XBM, and BMP files. At present, only the GIF format is
  73.         extensively supported, but greater support and additional
  74.         formats are in the works.
  75.  
  76.         CHILS - produces a quick listing of files of all the formats
  77.                 above, including image size, colors, etc. Allows listing
  78.                 of files selected by type, image size, colors, and/or
  79.                 filesize.
  80.  
  81.         GIFCHECK - completely verifies GIF files. If a file passes
  82.                    GIFCHECK, it is viewable.
  83.  
  84.         GIFSTRIP - removes trailing junk characters frequently found on
  85.                    GIF files. Save disk space! Also removes leading junk
  86.                    found on files improperly transferred from Macs.
  87.  
  88.         Shareware.
  89.  
  90.         The Chiaro Suite is also available for machines running the Unix
  91.         operating system.
  92.  
  93.  
  94.  
  95. RAMLIGHT 1.0
  96.         RAMLIGHT is a TSR which provides an activity indicator for
  97.         ramdisks in the form of a blinking rectangle in the upper right
  98.         corner of the screen. Whenever any access is made to a drive
  99.         that is being monitored, whatever is currently in that position
  100.         is replaced with a bright white rectangle; approximately
  101.         one-tenth of a second later, the previous contents are restored.
  102.         Each access resets the timer, so if additional accesses are made
  103.         while the white rectangle is on the screen, it will not be
  104.         removed until one-tenth of a second after the last access.
  105.  
  106.         RAMLIGHT requires DOS version 2.0 or better. It uses about 11K
  107.         of conventional memory while installing itself; when resident,
  108.         it requires 848 bytes of conventional memory when monitoring one
  109.         drive, and an additional 48 bytes for each additional drive
  110.         monitored.
  111.  
  112.         Freeware.
  113.  
  114.  
  115.  
  116.